opencard.opt.javacard
Interface JavaCardCardService


Deprecated. As of OCF 1.2, this interface is replaced by the class opencard.opt.applet.BasicAppletCardService

public interface JavaCardCardService

The JavaCardCardService interface defines the methods that must be provided by CardServices supporting JavaCards.


Method Summary
 ResponseAPDU sendCommandAPDU(AppletID appletAID, CommandAPDU commandAPDU)
          Deprecated. Send the specified commandAPDU to the applet with the ID AppletID.
 

Method Detail

sendCommandAPDU

public ResponseAPDU sendCommandAPDU(AppletID appletAID,
                                    CommandAPDU commandAPDU)
                             throws CardTerminalException,
                                    CardServiceException
Deprecated. 
Send the specified commandAPDU to the applet with the ID AppletID. This method internally performs the applet selection.

Parameters:
commandAPDU - to send to the applet
Returns:
the responseAPDU returned from the JavaCard applet
Throws:
CardTerminalException
CardServiceException